Target USD = $17.99 (base price) x PLR (Price Level Ratio)
New Price = floor(Target USD) to nearest $X.99
With two hard boundaries:
| 8 Eyes (U) [!].nes | |
| Abadox (J).nes | |
| Addams Family, The (E) [!].nes | |
| Adventures in the Magic Kingdom (E) [!].nes | |
| Adventures of Lolo (U) [!].nes | |
| Aladdin 4 (1996) (Unl) [!].nes | |
| Alien 3 (E) [!].nes | |
| Alien Syndrome (J).nes | |
| Antarctic Adventure (J).nes | |
| Astyanax (U) [!].nes |
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
Source: https://www.leowkahman.com/2016/03/19/disable-ipv6-raspberry-raspbian/
Firstly, check for presence of IPv6 using ifconfig. You should be seeing a few lines containing inet6 addr: ....
To disable, edit a file: sudo nano /etc/sysctl.conf
Add the following line:
net.ipv6.conf.all.disable_ipv6 = 1
This guide covers the complete setup of KVM (Kernel-based Virtual Machine) with QEMU and libvirt on Ubuntu 24.04 LTS. KVM provides near-native performance virtualization on Linux systems and is ideal for homelab environments.
Mudguy is a system that connects AI-powered NPCs to any MUD/MUSH game server using lowest-common-denominator protocols. NPCs perceive the game world, form memories, maintain relationships, and interact with players and each other to create a living, breathing world — even when no players are present.
This document captures the high-level architecture and design intent. It is not an implementation plan. Individual subsystems will receive their own detailed design documents before any code is written.
I personally don't use Flatpak VSCode anymore, since I switched from Fedora Silverblue to Universal Blue's project Bluefin-DX. I'll leave the instructions here for those who want them, but be aware that Flatpak VSCode instructions won't be maintained anymore.
In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So ⌘ + D does not mean hold shift. ⌘ + Shift + D does of course.
| Function | Shortcut |
|---|---|
| New Tab | ⌘ + T |
| Close Tab or Window | ⌘ + W (same as many mac apps) |
| Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
| Go to Split Pane by Direction | ⌘ + Option + Arrow Key |